net/http.http2responseWriterState.bw (field)
9 uses
net/http (current package)
h2_bundle.go#L4060: rws.bw = bufio.NewWriterSize(http2chunkWriter{rws}, http2handlerChunkWriteSize)
h2_bundle.go#L6323: bwSave := rws.bw
h2_bundle.go#L6326: rws.bw = bwSave
h2_bundle.go#L6327: rws.bw.Reset(http2chunkWriter{rws})
h2_bundle.go#L6586: bw *bufio.Writer // writing to a chunkWriter{this *responseWriterState}
h2_bundle.go#L6871: if rws.bw.Buffered() > 0 {
h2_bundle.go#L6872: err = rws.bw.Flush()
h2_bundle.go#L7028: return rws.bw.Write(dataB)
h2_bundle.go#L7030: return rws.bw.WriteString(dataS)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |